PEP 735: optional-dependencies → dependency-groups#841
Open
DimitriPapadopoulos wants to merge 1 commit into
Open
PEP 735: optional-dependencies → dependency-groups#841DimitriPapadopoulos wants to merge 1 commit into
optional-dependencies → dependency-groups#841DimitriPapadopoulos wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #841 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 27 27
Lines 901 901
=========================================
Hits 901 901 🚀 New features to boost your workflow:
|
DimitriPapadopoulos
force-pushed
the
PEP735
branch
from
April 19, 2026 11:53
e780e72 to
56d45f9
Compare
DimitriPapadopoulos
force-pushed
the
PEP735
branch
2 times, most recently
from
May 14, 2026 08:27
d9884fd to
196a830
Compare
DimitriPapadopoulos
force-pushed
the
PEP735
branch
6 times, most recently
from
June 18, 2026 18:29
013f4c3 to
d898733
Compare
This way test dependencies won't appear as runtime dependencies in PiPy: https://pypi.org/project/numcodecs/
DimitriPapadopoulos
force-pushed
the
PEP735
branch
from
June 18, 2026 18:35
d898733 to
10fa53f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This way test dependencies
testandtest_extraswon't appear as runtime dependencies in PiPy:https://pypi.org/project/numcodecs/
TODO: